Blazor コントロール
CanSort<T>(IDataCollection<T>,SortDescription[]) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > CanSort メソッド : CanSort<T>(IDataCollection<T>,SortDescription[]) メソッド
The data collection.
The sort descriptions that determine how the data would be sort.
Returns true if the data collection supports sorting.
シンタックス
'宣言
 
Public Overloads Shared Function CanSort(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As System.Boolean
public static System.bool CanSort<T>( 
   IDataCollection<T> dataCollection,
   params SortDescription[] sortDescriptions
)
where T: class

パラメータ

dataCollection
The data collection.
sortDescriptions
The sort descriptions that determine how the data would be sort.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧